home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / A_PNT518.PPD < prev    next >
Text File  |  1991-12-05  |  12KB  |  378 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter-Personal II NT" version 51.8
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011729 or 012106
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 10 April 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.3"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserWriter Personal NT)"
  20. *PSVersion: "(51.8) 0"
  21. *NickName: "LaserWriter Personal NT v51.8"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "402366"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "
  29. save statusdict begin
  30.     (False) /diskstatus where{
  31.         pop diskstatus exch pop 0 ne {pop (True)} if
  32.     }if = flush
  33. end restore
  34. "
  35. *End
  36. *Throughput: "4"
  37. *Password: "0"
  38. *ExitServer: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict begin checkpassword end not 
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot perform the exitserver command.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.   } if 
  51.   serverdict begin exitserver
  52. "
  53. *End
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true 
  57.   }{
  58.     dup    % potential password
  59.     statusdict begin checkpassword end not 
  60.   } ifelse 
  61.   {  %  if no password or not valid 
  62.     (WARNING : Cannot reset printer.) = 
  63.     (Password supplied is not valid.) = 
  64.     (Please contact the author of this software.) = flush
  65.     quit 
  66.   } if 
  67.   serverdict begin exitserver
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *DefaultResolution: 300dpi
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs print (dpi) = flush
  83. restore
  84. "
  85. *End
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "60.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  93. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 
  98. exch sub }"
  99.  
  100. *DefaultTransfer: Null
  101. *Transfer Null: "{ }"
  102. *Transfer Null.Inverse: "{ 1 exch sub }"
  103. *% Paper Handling ===================
  104.  
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion or PaperTray.
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict begin lettertray end"
  109. *PageSize Legal: "statusdict begin legaltray end"
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize B5: "statusdict begin b5tray end"
  112. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  113. *PageSize A4Small: "statusdict begin a4tray a4small end"
  114.  
  115. *?PageSize: "
  116.  save statusdict begin
  117.    7 dict begin
  118.      /getregion {newpath clippath pathbbox pop pop pop ceiling cvi} def
  119.      /llxltrsml 31 def            
  120.      /llxa4sml 27 def            
  121.      /lettertray {
  122.        getregion llxltrsml eq {(LetterSmall)}{(Letter)}ifelse 
  123.      } def 
  124.      /a4tray {
  125.        getregion llxa4sml eq {(A4Small)}{(A4)}ifelse 
  126.      } def  
  127.      /legaltray (Legal) def        
  128.      /b5tray (B5) def             
  129.  
  130.      papersize {
  131.        {load exec} stopped not{= flush}if}
  132.        {{load exec} stopped not{print (.Transverse) = flush}
  133.        {(Unknown) =  flush} ifelse
  134.      } ifelse
  135.    end
  136.  end restore
  137. "
  138. *End
  139.  
  140.  
  141. *% These entries will set up the frame buffer. Usually used with manual 
  142. *% feed.
  143. *DefaultPageRegion: Letter
  144. *PageRegion Letter: "letter"
  145. *PageRegion Legal: "legal"
  146. *PageRegion A4: "a4"
  147. *PageRegion B5: "b5"
  148. *PageRegion LetterSmall: "lettersmall"
  149. *PageRegion A4Small: "a4small"
  150.  
  151. *% These entries will invoke a particular tray--error may occur if tray is 
  152. *% not inserted.
  153. *% These errors should be trapped by software and a message displayed
  154. *DefaultPaperTray: None
  155. *PaperTray Letter: "statusdict begin lettertray end"
  156. *PaperTray Legal: "statusdict begin legaltray end"
  157. *PaperTray A4: "statusdict begin a4tray end"
  158. *PaperTray B5: "statusdict begin b5tray end"
  159. *?PaperTray: "
  160.  save statusdict begin
  161.   4 dict begin
  162.    /lettertray (Letter) def /legaltray (Legal) def
  163.    /a4tray (A4) def  /b5tray (B5) def 
  164.    papersize {
  165.      {load exec} stopped not{= flush}if
  166.    }{
  167.      {load exec} stopped not{print (.Transverse) = flush}
  168.      {(Unknown) = flush}ifelse
  169.    }ifelse
  170.   end
  171.  end restore
  172. "
  173. *End
  174.  
  175. *% The following entries provide information about specific paper 
  176. *% keywords.
  177. *DefaultImageableArea: Letter
  178. *ImageableArea Letter: "15 6 597 773 "
  179. *ImageableArea Legal: "15 6 597 989 "
  180. *ImageableArea A4: "13 4 577 825 "
  181. *ImageableArea B5: "17 6 495 711 "
  182. *ImageableArea LetterSmall: "31 31 583 761 "
  183. *ImageableArea A4Small: "27 31 567 811 "
  184. *?ImageableArea: "
  185.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  186.   newpath clippath pathbbox
  187.   4 -2 roll exch 2 {ceiling cvp} repeat
  188.   exch 2 {floor cvp} repeat flush
  189.  restore
  190. "
  191. *End
  192.  
  193. *% These provide the physical dimensions of the paper (by keyword)
  194. *DefaultPaperDimension: Letter
  195. *PaperDimension Letter: "612 792"
  196. *PaperDimension Legal: "612 1008"
  197. *PaperDimension A4: "595 842"
  198. *PaperDimension B5: "516 729"
  199. *PaperDimension LetterSmall: "612 792"
  200. *PaperDimension A4Small: "595 842"
  201.  
  202. *DefaultOutputBin: Upper
  203. *DefaultInputSlot: Lower
  204. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  205. *InputSlot Lower: "statusdict begin 0 setpapertray end"
  206. *?InputSlot: "
  207.  save statusdict begin
  208.   2 dict begin
  209.    /0 (Lower) def
  210.    /1 (Upper) def
  211.    papertray 
  212.      {( ) cvs cvn load exec} stopped not{= flush}if
  213.   end
  214.  end restore
  215. "
  216. *End
  217.  
  218. *DefaultManualFeed: False
  219. *?ManualFeed: "
  220.   save
  221.   statusdict /manualfeed get
  222.   {(True)}{(False)}ifelse = flush
  223.   restore
  224. "
  225. *End
  226. *ManualFeed True: "statusdict begin /manualfeed true store end"
  227. *ManualFeed False: "statusdict begin /manualfeed false store end"
  228.  
  229. *% The following will require some hand editing:
  230. *DefaultOutputOrder: Normal
  231.  
  232. *DefaultCollator: None
  233. *DefaultSorter: None
  234. *DefaultDuplex: None
  235.  
  236. *% Font Information =====================
  237.  
  238. *DefaultFont: Courier
  239. *Font AvantGarde-Book: Standard "(001.002)"
  240. *Font AvantGarde-BookOblique: Standard "(001.002)"
  241. *Font AvantGarde-Demi: Standard "(001.003)"
  242. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  243. *Font Bookman-Demi: Standard "(001.001)"
  244. *Font Bookman-DemiItalic: Standard "(001.001)"
  245. *Font Bookman-Light: Standard "(001.001)"
  246. *Font Bookman-LightItalic: Standard "(001.001)"
  247. *Font Courier: Standard "(002.002)"
  248. *Font Courier-Bold: Standard "(002.002)"
  249. *Font Courier-BoldOblique: Standard "(002.002)"
  250. *Font Courier-Oblique: Standard "(002.002)"
  251. *Font Emulatorfont: Special "(001.000)"
  252. *Font Emulatorfont-Bold: Special "(001.000)"
  253. *Font Helvetica: Standard "(001.002)"
  254. *Font Helvetica-Bold: Standard "(001.002)"
  255. *Font Helvetica-BoldOblique: Standard "(001.002)"
  256. *Font Helvetica-Narrow: Standard "(001.002)"
  257. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  258. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  259. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  260. *Font Helvetica-Oblique: Standard "(001.002)"
  261. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  262. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  263. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  264. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  265. *Font Palatino-Bold: Standard "(001.002)"
  266. *Font Palatino-BoldItalic: Standard "(001.002)"
  267. *Font Palatino-Italic: Standard "(001.002)"
  268. *Font Palatino-Roman: Standard "(001.001)"
  269. *Font Symbol: Special "(001.003)"
  270. *Font Times-Bold: Standard "(001.002)"
  271. *Font Times-BoldItalic: Standard "(001.004)"
  272. *Font Times-Italic: Standard "(001.002)"
  273. *Font Times-Roman: Standard "(001.002)"
  274. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  275. *Font ZapfDingbats: Special "(001.002)"
  276. *?FontQuery: "
  277. save  2 dict begin /sv exch def
  278. /str 128 string def
  279. {
  280.   count 0 gt {
  281.     dup str cvs (/) print print (:) print
  282.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  283.   }{ exit } ifelse
  284. } bind loop
  285. (*) = flush
  286. sv end restore
  287. "
  288. *End
  289.  
  290. *?FontList: "
  291. save  2 dict begin /sv exch def
  292. /str 128 string def
  293. FontDirectory { pop == } bind forall flush
  294. (*) = flush
  295. sv end restore
  296. "
  297. *End
  298.  
  299. *% Printer Messages (verbatim from printer):
  300. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  301. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  302. *Message: "\FontName\ not found, using Courier"
  303.  
  304. *% Status (format: %%[ status: <one of these> ]%% )
  305. *Status: "idle"
  306. *Status: "busy"
  307. *Status: "waiting"
  308. *Status: "printing"
  309. *Status: "warming up"
  310. *Status: "PrinterError: warming up"
  311. *Status: "PrinterError: cover open"
  312. *Status: "PrinterError: service call"
  313. *Status: "PrinterError: paper jam"
  314. *Status: "PrinterError: lower tray: out of paper"
  315. *Status: "PrinterError: lower tray: no papertray"
  316. *Status: "PrinterError: upper tray: out of paper"
  317. *Status: "PrinterError: upper tray: manual feed timeout"
  318.  
  319. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  320. *Source: "serial9"
  321. *Source: "serial25"
  322. *Source: "AppleTalk"
  323.  
  324. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  325. *PrinterError: "warming up"
  326. *PrinterError: "cover open"
  327. *PrinterError: "service call"
  328. *PrinterError: "paper jam"
  329. *PrinterError: "lower tray: out of paper"
  330. *PrinterError: "lower tray: no papertray"
  331. *PrinterError: "upper tray: out of paper"
  332. *PrinterError: "upper tray: manual feed timeout"
  333.  
  334. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  335.  
  336. *% Color Separation Information =====================
  337.  
  338. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  339.  
  340. *InkName: ProcessBlack/Process Black
  341. *InkName: CustomColor/Custom Color
  342. *InkName: ProcessCyan/Process Cyan
  343. *InkName: ProcessMagenta/Process Magenta
  344. *InkName: ProcessYellow/Process Yellow
  345.  
  346. *% For 60 lpi / 300 dpi =====================================================
  347.  
  348. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  349. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  351. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  352. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359.  
  360. *% For 53 lpi / 300 dpi =====================================================
  361.  
  362. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  363. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  364. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  365. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  366. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  367.  
  368. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  369. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  370. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  371. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  372. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  373.  
  374.  
  375. *% end of PPD file for LaserWriter-Personal II NT
  376.  
  377.  
  378.